SftTree/NET 2.0

ToolTipEventArgs Class

Softel vdm, Inc.

  ToolTipEventArgs Class (Softelvdm.SftTreeNET Namespace)

Provides data for the ShowToolTip event.

VB   

Public Class ToolTipEventArgs Inherits EventArgs

C#   

public class ToolTipEventArgs : EventArgs

C++   

public ref class ToolTipEventArgs : public EventArgs


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Fields

Description

public fieldCell

The cell for which a tooltip is to be displayed or null/Nothing indicating that no cell is associated with this event.

public fieldstatic / sharedEmptyinherited from System.EventArgs

Represents an event with no event data.

public fieldRowHeader

The row header for which a tooltip is to be displayed or null/Nothing indicating that no row header is associated with this event.

public fieldToolTipIcon

Defines the tooltip icon, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler.

public fieldToolTipStyle

Defines the appearance of the tooltip. This value can be modified by the ShowToolTip event handler.

public fieldToolTipText

Defines the tooltip text. This value can be modified by the ShowToolTip event handler.

public fieldToolTipTitle

Defines the tooltip title, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler.

public fieldUsage

Defines in which area of the control the object is located for which a tooltip is to be displayed.

  

Public Methods

Description

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

  

Protected Methods

Description

protected methodFinalizeinherited from System.Object

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

See Also     Softelvdm.SftTreeNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com